FontiChart v0.0.2

Description:
	First program of a forthcoming (hope so;-) application package called FontiSuite.
	(it seems that only suites can be sold in nowerdays;-)
	Displays all unicode glyphs of a font.
	(best you get the CyberBit unicode font from www.bitstream.com)

Usage and Installation:
	Just put it anywhere read the legal stuff below and start it.
	Needs BeOS AA-PR!

Developer:
	Drag & drop has the following message entrys:
		"text/plain",	type=MIME	(Data):	an utf8-character
		"unicode",		type=LONG	(Int32):	the unicode value
		"font_family",	type=CSTR	(String):	the font family string
		"font_style",	type=CSTR	(String):	the font  style string
		"font_size",	type=FLOT	(Float):	the font size
	The entry that seems to be used by BeIDE and StyledEdit is the MIME-type. Don´t 
	really know if the others are useful or if there´s a standard entry name for them. So
	don´t rely on them in future releases. Perhaps they change. Input please!

History:
	v0.0.2  (97-06-23):
		a little bit drawing speedup
		more information that now can be copied
		big view of selected character

	v0.0.1  (97-06-13):	first public release
		removed greetings list bugs (Hi Yossy ;-)))
		list expansion now at complete item not only at latch
		added antialiased-switch
		added drag & drop

Todo:
	This would blow up this document into MB heavyness. So stay tuned what 
	comes along ;-)

Known Bugs:
	After setting a new font size the vertical scrollbars aren´t calculated correctly so
	that you can´t completely scroll down (hint: open and close an item then it works
	again; so where´s the outlinelistview docu?)

	Deselection doesn´t work after expanding a block with an selection in it and
	select a new glyph

Hey Be:
	How to find out if a glyph is valid? There should be a 
	BFont->IsValid(char* utf). Or even better the developer should be 
	able to switch replacement behavior (1. use box, as now; 2. use fallback 
	font; 3. give a StringWidth() of 0 back)

	There should be a deal with Bitstream to include CyberBit in the next release 
	and there should be only fonts bundled with it that have more than 256 glyps in it.

	Nonstatic standard fonts, as someone proposed on devmail.

	BFont->SetRatio() and BFont->Ratio() to allow a height/witdh ratio 
	for font output would be great.

	B_UTF8_OPEN_QUOTE and B_UTF8_CLOSE_QUOTE aren´t really a good idea,
	as they are language dependent.

Legal stuff:
	I will not be responsibly for any damage done by use of this program!
	Use it at your own risk! (anyway, no risk no fun;-))
	(there shouldn´t be any as it doesn´t write to disk, so the only thing could
	happen is data loss through a neccessary reboot after a sudden crash. 
	So be wise and safe your documents before you start this program ;-))

	At this state state of development this package is freeware (an email if you
	like it would be nice). Later it could be shareware or commercial (hey, I need
	a new box;-).

Author:
	Rainer Riedl
	email:	rainer.riedl@stud.fh-regensburg.de
	IRC:		Hoern @ #BeOS or #BeOSger

Greetings:
	Adnans, Blueball, Cebix, Findulas, Fraggle, Naguel, Polyfemos, Pst, Ramig, Tao, 
	Tetsu, Tinic, Tisi, Vacu, Yossy.
	(due partly inactivity of my brain there could be missing some names :-(

. . . and now back to headerguessing ;-)